home *** CD-ROM | disk | FTP | other *** search
/ 64'er 1990 June / 64er_Magazin_90-06_1990_Markt__Technik_de_Side_A.d64 / audio 1 (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  140b  |  12 lines

  1. 10 for a=0 to 15
  2. 20 poke 54296,a
  3. 30 for b=1 to 100
  4. 40 next b
  5. 50 next a
  6. 60 for a=15 to 0 step -1
  7. 70 poke 54296,a
  8. 80 for b=1 to 100
  9. 90 next b
  10. 100 next a
  11. 110 goto 10
  12.